home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 October / Chip_2002-10_cd1.bin / sharewar / hnet / hnetinfo.exe / {app} / HDownload / HScheduler.EN / RCDATA / TEXITDLG / TEXITDLG.txt
Text File  |  2002-04-17  |  1KB  |  62 lines

  1. object ExitDlg: TExitDlg
  2.   Left = 240
  3.   Top = 224
  4.   BorderStyle = bsDialog
  5.   Caption = 'Close Hnet Info Scheduler'
  6.   ClientHeight = 94
  7.   ClientWidth = 280
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 8
  20.     Top = 4
  21.     Width = 218
  22.     Height = 13
  23.     Caption = 'What do you want to Hnet Info Scheduler do?'
  24.   end
  25.   object CloseToTrayRadioButton: TRadioButton
  26.     Left = 32
  27.     Top = 22
  28.     Width = 239
  29.     Height = 17
  30.     Caption = 'Close to tray (application will run hidden)'
  31.     Checked = True
  32.     TabOrder = 0
  33.     TabStop = True
  34.   end
  35.   object ExitRadioButton: TRadioButton
  36.     Left = 32
  37.     Top = 43
  38.     Width = 208
  39.     Height = 17
  40.     Caption = 'End running application'
  41.     TabOrder = 1
  42.   end
  43.   object Button1: TButton
  44.     Left = 55
  45.     Top = 67
  46.     Width = 78
  47.     Height = 23
  48.     Caption = 'OK'
  49.     ModalResult = 1
  50.     TabOrder = 2
  51.   end
  52.   object Button2: TButton
  53.     Left = 143
  54.     Top = 67
  55.     Width = 81
  56.     Height = 23
  57.     Caption = 'Cancel'
  58.     ModalResult = 2
  59.     TabOrder = 3
  60.   end
  61. end
  62.